case $THIS_SUB_DEPENDS in
    DEVEL) if [[ "$GLIB2_BRANCH" == "devel" ]]; then return 0; fi ;;
   STABLE) if [[ "$GLIB2_BRANCH" == "stable" ]]; then return 0; fi ;;
   PYTHON) if is_depends_enabled $SPELL python; then return 0;
           elif is_depends_enabled $SPELL python3; then return 0;
           fi ;;
esac
return 1
